IntermediateTotalLabels Property
In This Topic
Gets or sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.
Syntax
'Declaration
Public Property IntermediateTotalLabels As String()
public string[] IntermediateTotalLabels {get; set;}
See Also